home *** CD-ROM | disk | FTP | other *** search
/ Religions of the World / Religions of the World.iso / ilpsetup.inc < prev    next >
Text File  |  1994-07-08  |  318b  |  10 lines

  1. '********************************************************
  2. '                          ILPSETUP API
  3. '********************************************************
  4.  
  5. CONST VIDEO_NOTINSTALLED =    1
  6. CONST VIDEO_OLDVERSION   =    2
  7. CONST VIDEO_OK           =    3
  8.  
  9. DECLARE FUNCTION CheckVideoInstallation LIB "ilpsetup.dll" AS INTEGER
  10.